home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- Inserted by TRADOS: --><META HTTP-EQUIV="content-type" CONTENT="text/html; charset=windows-1252"> <title>Atención al Cliente</title> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> <meta http-equiv="MSThemeCompatible" content="yes"> <link href="ccc.css" type="text/css" rel="STYLESHEET"> <script src="ccc.js"></script> <script language="javascript"> <!-- var aData = new Array( "Canadß y EEUU;800-772-6735", "Reino Unido;0800 376 9271", "Europa;+44 (0) 1628 581601 (si el paφs no estß en la lista)", "Argentina;0800-666-1451", "Austria;0800 677 027", "Australia;1-800-658-850", "BΘlgica (holandΘs);0800 49 861", "BΘlgica (francΘs);0800 49.860", "Brasil;0800-891-8997", "Rep·blica Checa y Eslovaquia;420 224 239 645", "China;1-0800-610-2323", "Colombia;01-800-518-0154", "Dinamarca;80 882 219", "Finlandia;0-800-1-16331", "Francia;0805 639 920", "Alemania;0800 101 6079", "Hong Kong;800-964-514", "Hungrφa;361 481 2160", "Indonesia;001-803-61-539", "Irlanda;1800 992 911", "Israel;44 1628 581601", "Italia;800 986 250", "Jap≤n;(03) 5977-3793", "Luxemburgo;44 1628 581601", "Malasia;1-800-80-7895", "MΘxico;001800-514-9196", "Paφses Bajos;0800 020 3700", "Nueva Zelanda;0508-COREL-1", "Noruega;800 10972", "Polonia;48 71 347 7279", "Portugal;44 1628 581601", "Singapur;800-6161-853", "Sudßfrica;0800 992 570", "Corea del Sur;82 2 392 4198", "Espa±a;800 098 125", "Suecia;0200 885 065", "Suiza (alemßn);0800 000 787", "Suiza (francΘs);0800 000 786", "Taiwan;0-0801-61-1411" ); function FillData() { for (i = 0; i < aData.length; i++) { var oOption; var ssData = aData[i].split(";"); oOption = document.createElement("OPTION"); cmbRegion.options.add(oOption); oOption.innerText = ssData[0]; oOption.value = i; } cmbRegion.selectedIndex = 0; showCustomerServiceInfo(); cmbRegion.setActive(); } function showCustomerServiceInfo() { if (cmbRegion.selectedIndex >= 0) { var ssData = aData[cmbRegion.selectedIndex].split(";"); dataLabel.innerText = ssData[0]; dataPhone.innerText = ssData[1]; } } function doInit() { var strInvokedFrom = getParamVal("invokedfrom"); if ( strInvokedFrom != 2 ) { location='pcucmd://callscriptfunc?FuncName=regChangeLaunchButtonTitle'; } location='pcucmd://FrameDataLoaded'; FillData(); } --> </script> </head> <body onload="doInit()"> <div id="ButtonBar" style="display:none"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" ID="Table1"> <tr> <td> <select id="regScheduleOptions" onchange="location='pcucmd://SetSchedule?NumDays='+this.options[this.selectedIndex].value" NAME="scheduleOptions"> <option selected="true" value="7">Recuérdemelo en 1 semana</option> <option value="14">Recuérdemelo en 2 semanas</option> <option value="30">Recuérdemelo en un mes</option> <option value="-1">Nunca</option> </select> </td> <td style="width:50" align="right"> <button style="display:inline;" accesskey="L" type="button" id="btnLaunch" onclick="location='pcucmd://Cancel?confirm=no'" NAME="btnLaunch"><u>I</u>niciar el programa</button> <button style="display:none;" accesskey="L" type="button" id="btnClose" onclick="location='pcucmd://Cancel?confirm=no'" NAME="btnClose"><u>C</u>errar</button> </td> </tr> </table> </div> <div id="pcu_data" style="DISPLAY: none"> PageDimension:630,440 </div> <table align="center" height="100%"> <tr> <td> <br /> <br /> <label accesskey="S" for="cmbRegion"><u>S</u>eleccione su región:</label> <select id="cmbRegion" style="width: 300px" onchange="showCustomerServiceInfo()"> </select> <br /> <br /> <br /> <table width="550" border="0"> <tr> <td width="250">País</td> <td width="125">Número de teléfono</td> <td width="150"> </td> </tr> </table> </td> </tr> <tr> <td> <table width="550" bordercolor="gray" border="1"> <tr height="20"> <td id="dataLabel" style="WIDTH: 40%"> </td> <td id="dataPhone" style="WIDTH: 50%"> </td> </tr> </table> </td> </tr> <tr height="100%" valign="top"> <td height="100%"> <p><br /> </p> <p><font size="-1">Para obtener una lista completa de números de teléfono del Servicio de Atención al Cliente de Corel, visite <a href="http://www.corel.com/contactus" target="_blank">www.corel.com/contactus</a> <br /></font> <br /> </p> </td> </tr> </table> </body> </html>